home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
moden
/
examples
/
exanswe0.dfm
/
exanswe0.txt
Wrap
Text File
|
1996-04-08
|
2KB
|
72 lines
object Form1: TForm1
Left = 331
Top = 146
Width = 433
Height = 300
Caption = 'Answer Example'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 16
object ListBox1: TListBox
Left = 8
Top = 8
Width = 409
Height = 178
IntegralHeight = True
ItemHeight = 16
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 8
Top = 232
Width = 409
Height = 33
Caption = 'Click here to Begin Answering'
TabOrder = 1
OnClick = BitBtn1Click
end
object ApdComPort1: TApdComPort
ComNumber = 1
TraceName = 'APD.TRC'
LogName = 'APD.LOG'
Left = 8
Top = 196
end
object ApdModem1: TApdModem
ComPort = ApdComPort1
InitCmd = 'ATZ^M'
DialCmd = 'ATDT'
DialTerm = '^M'
DialCancel = '^M'
HangupCmd = '+++~~~ATH0^M'
ConfigCmd = 'ATE1Q0X1V1^M'
AnswerCmd = 'ATA^M'
OkMsg = 'OK'
ConnectMsg = 'CONNECT'
BusyMsg = 'BUSY'
VoiceMsg = 'VOICE'
NoCarrierMsg = 'NO CARRIER'
NoDialToneMsg = 'NO DIALTONE'
ErrorMsg = 'ERROR'
RingMsg = 'RING'
LockDTE = True
OnModemConnect = ApdModem1ModemConnect
OnModemBusy = ApdModem1ModemBusy
OnModemVoice = ApdModem1ModemVoice
OnModemNoCarrier = ApdModem1ModemNoCarrier
OnModemNoDialTone = ApdModem1ModemNoDialTone
OnModemError = ApdModem1ModemError
OnGotLineSpeed = ApdModem1GotLineSpeed
OnGotErrCorrection = ApdModem1GotErrCorrection
OnGotDataCompression = ApdModem1GotDataCompression
OnAnswerTimedOut = ApdModem1AnswerTimedOut
OnAnswerCount = ApdModem1AnswerCount
Left = 40
Top = 196
end
end